html.page {
  background-color: #53555a;
}

html.page .wrapper {
  padding: unset;
}

html.page .footer {
  background: #313c42;
}

html.page .middle {
  padding: 0;
  max-width: unset;
  margin: unset;
  width: unset;
}

html.page .footer {
  margin-top: 0;
  height: auto;
}

html.page .footer-bottom {
  height: auto;
}

@media (min-width: 1281px) {
  .main-miscellaneous {
    padding-bottom: 80px;
  }
}

@media (max-width: 1280px) {
  .main-miscellaneous__disclamer {
    margin-top: 38px;
  }

  .anchor-block__cards::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
  }

  .main-miscellaneous__recipes::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
  }

  .main-anchors::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  html.page .middle {
    margin: unset;
    width: unset;
  }

  html.page .footer {
    margin-top: 0;
    height: auto;
  }

  html.page .footer-bottom {
    height: auto;
  }

  html.page .footer__inner > .footer__row {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .main-anchors__card-bottom-link:nth-child(1) {
    height: unset;
    width: 60%;
  }

  .main-anchors__card-bottom-link:nth-child(2) {
    height: unset;
    width: 30%;
  }

  .main-anchors__card-bottom-link:nth-child(1) svg {
    height: unset;
    width: 100%;
  }

  .main-anchors__card-bottom-link:nth-child(2) svg {
    height: unset;
    width: 100%;
  }

  .main-anchors__card-bottom {
    display: flex;
    justify-content: space-between;
  }

  .logo__link {
    display: inline-block;
  }
}

@media (max-width: 575px) {
  .main-anchors__card {
    width: 100%;
  }

  .main-anchors__card-bottom {
    width: 100%;
  }

  .main-anchors__card-bottom-wrapper {
    margin-top: 16px;
    width: 100%;
  }
}
